FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource SearchParameter/FHIR Server from package nictiz.fhir.nl.stu3.zib2015#1.0.0 (78 ms)

Package nictiz.fhir.nl.stu3.zib2015
Type SearchParameter
Id Id
FHIR Version R3
Source https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/SearchParameter/MedicationDispense-whendispensed
Url http://nictiz.nl/fhir/SearchParameter/MedicationDispense-whendispensed
Version 1.0
Status draft
Date 2017-07-17T14:26:13.365+00:00
Name MedicationDispense-whendispensed
Experimental True
Realm nl
Description The information in whenHandedOver is not always available. In this case you want to be able to select based on the next best thing which is whenPrepared. The existing parameters whenHandedOver and whenPrepared would not let you query that way.
Purpose To select the medication dispense instances based on the date/time medication was handed over or, if this is unavailable, when it was prepared
Type date

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Source

{
  "resourceType" : "SearchParameter",
  "url" : "http://nictiz.nl/fhir/SearchParameter/MedicationDispense-whendispensed",
  "version" : "1.0",
  "name" : "MedicationDispense-whendispensed",
  "status" : "draft",
  "experimental" : true,
  "date" : "2017-07-17T14:26:13.365+00:00",
  "publisher" : "Nictiz",
  "contact" : [
    {
      "name" : "Nictiz",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@nictiz.nl",
          "use" : "work"
        }
      ]
    }
  ],
  "purpose" : "To select the medication dispense instances based on the date/time medication was handed over or, if this is unavailable, when it was prepared",
  "code" : "whendispensed",
  "base" : [
    "MedicationDispense"
  ],
  "type" : "date",
  "description" : "The information in whenHandedOver is not always available. In this case you want to be able to select based on the next best thing which is whenPrepared. The existing parameters whenHandedOver and whenPrepared would not let you query that way.",
  "expression" : "iif (MedicationDispense.whenHandedOver.empty(), MedicationDispense.whenPrepared, MedicationDispense.whenHandedOver)",
  "xpath" : "if (f:MedicationDispense/f:whenHandedOver[@value]) then f:MedicationDispense/f:whenHandedOver/@value else f:MedicationDispense/f:whenPrepared/@value",
  "xpathUsage" : "normal",
  "comparator" : [
    "le",
    "ge"
  ],
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.